home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d963.lha / SIOD / README < prev    next >
Text File  |  1993-10-01  |  1KB  |  25 lines

  1. All the files in the directory SIOD are part of the interpreter;
  2. fundamental parts of the language are defined in these files and loaded
  3. only if necessary. An example of startup-sequence is contained in the s
  4. directory. Remember that the interpreter looks first in the current
  5. directory for the file "siod.scm" and during the session loads the autoload
  6. files  from  the  SIOD:  directory. Assign the SIOD: device to the SIOD
  7. directory and copy the file siod.scm in your working directory. If you want
  8. to change the path for autoload files edit the siod.scm file and change the
  9. definition of the variable mypath in the first non comment line.
  10.  
  11. The interpreter is composed of the following files:
  12.  
  13.   Char.scm                         Cxr.scm
  14.   Debug.scm                        Delay.scm
  15.   Exp-Imp.scm                      siod
  16.   Port.scm                         siod.scm
  17.   Siod.info                        sort.scm
  18.   Small-Siod.scm                   String.scm
  19.   Streams.scm                      Vector.scm
  20.   Substring.scm
  21.  
  22. I hope that you can understand my terrible english (expecially the docs).
  23.  
  24.                                               Scaglione Ermanno.
  25.